projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59e3802
)
Add debian/extra-stuff to upstream build system directory traversal
author
Mike Hommey
<mh@glandium.org>
Mon, 16 Dec 2013 01:53:58 +0000
(10:53 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 13 Jan 2026 23:04:40 +0000
(08:04 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch
moz.build
patch
|
blob
|
history
diff --git
a/moz.build
b/moz.build
index a931749b4581dc7785dfe31b8539420c37aa9cf2..adcaaf0c6aa7853586ec3011b35923ed9e76bc87 100644
(file)
--- a/
moz.build
+++ b/
moz.build
@@
-231,4
+231,7
@@
SPHINX_TREES["content-security"] = "docs/content-security"
SPHINX_TREES["jsloader"] = "docs/jsloader"
+if not CONFIG["LIBXUL_SDK"]:
+ DIRS += ["debian/extra-stuff"]
+
include("build/templates.mozbuild")